home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / UnhighlightT.h.z / UnhighlightT.h
C/C++ Source or Header  |  2002-10-15  |  941b  |  40 lines

  1. /* $XConsortium: UnhighlightT.h /main/5 1995/07/15 20:56:56 drk $ */
  2. /*
  3.  * COPYRIGHT NOTICE
  4.  * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  * ALL RIGHTS RESERVED (MOTIF).  See the file named COPYRIGHT.MOTIF
  6.  * for the full copyright text.
  7.  * 
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12.  
  13. #ifndef _XmSpecifyUnhighlightT_H
  14. #define _XmSpecifyUnhighlightT_H
  15.  
  16. #include <Xm/Xm.h>
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. externalref XrmQuark XmQTspecifyUnhighlight;
  23.  
  24. /* Trait structures and typedefs, place typedefs first */
  25.  
  26. typedef GC (*XmSpecifyUnhighlightProc)(Widget wid, Widget child);
  27.  
  28. /* Version 0: initial release. */
  29.  
  30. typedef struct _XmSpecifyUnhighlightTraitRec {
  31.   int               version;        /* 0 */
  32.   XmSpecifyUnhighlightProc getUnhighlightGC;
  33. } XmSpecifyUnhighlightTraitRec, *XmSpecifyUnhighlightTrait;
  34.  
  35. #ifdef __cplusplus
  36. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  37. #endif
  38.  
  39. #endif /* _XmSpecifyUnhighlightT_H */
  40.